Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge 0.23 into gold/2021 #1457

Merged
merged 49 commits into from
May 28, 2024
Merged

Merge 0.23 into gold/2021 #1457

merged 49 commits into from
May 28, 2024

Conversation

AndresGuzman-Ballen
Copy link
Contributor

@AndresGuzman-Ballen AndresGuzman-Ballen commented May 13, 2024

Merge 0.23 release into gold/2021

ZzEeKkAa and others added 24 commits April 30, 2024 16:22
Remove artifacts from conda/wheel packages residing in root level
    - Increase the timeout value for pyexpect as spawning gdb
      on discrete GPU can take more time than on CPU.
    - Slight modifications on the regex patterns to be matched
      on hitting a breakpoint. The change was done based on
      what was observed on Intel Max GPU and gdb-oneapi.
    - Allows expected regex to match even when "nonnull" qualifier
      was not found on retval pointer argument of a function call.
Required fixes to run test suite on Max GPU
Ref-count of `arrayobj` was not decremented after use in case
`dpnp.ndarray` object was being processed.
…ixing-memory-leak

Fixed ref-counting of Python object temporaries in unboxing code
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@AndresGuzman-Ballen
Copy link
Contributor Author

How often is gold/2021 updated? Should I just cherry-pick the MANIFEST changes and merge them to gold/2021?

@diptorupd
Copy link
Contributor

@AndresGuzman-Ballen let us merge #1458 and the dependabot PR. I will then tag hopefully last RC tag (rc3) and then merge main into gold/2021.

Once we test and there are no issues: I will tag final 0.23.0 release and merge into gold/2021.

Use nrt api to allocate meminfo object
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.3 to 3.25.5.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@d39d31e...b7cec75)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@AndresGuzman-Ballen
Copy link
Contributor Author

@diptorupd sounds like a plan!

Diptorup Deb and others added 8 commits May 15, 2024 09:42
…ithub/codeql-action-3.25.5

Bump github/codeql-action from 3.25.3 to 3.25.5
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.3.1 to 2.3.3.
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](ossf/scorecard-action@0864cf1...dc50aa9)

---
updated-dependencies:
- dependency-name: ossf/scorecard-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…ssf/scorecard-action-2.3.3

Bump ossf/scorecard-action from 2.3.1 to 2.3.3
Bumps [jidicula/clang-format-action](https://github.com/jidicula/clang-format-action) from 4.11.0 to 4.12.0.
- [Release notes](https://github.com/jidicula/clang-format-action/releases)
- [Commits](jidicula/clang-format-action@v4.11.0...v4.12.0)

---
updated-dependencies:
- dependency-name: jidicula/clang-format-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…idicula/clang-format-action-4.12.0

Bump jidicula/clang-format-action from 4.11.0 to 4.12.0
ZzEeKkAa and others added 11 commits May 21, 2024 20:38
…striction

Remove SPIRV version restriction
Set correct package name in README.md
Remove versioneer, organize dpnp monkey patch
Bumps [jidicula/clang-format-action](https://github.com/jidicula/clang-format-action) from 4.12.0 to 4.13.0.
- [Release notes](https://github.com/jidicula/clang-format-action/releases)
- [Commits](jidicula/clang-format-action@v4.12.0...v4.13.0)

---
updated-dependencies:
- dependency-name: jidicula/clang-format-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…idicula/clang-format-action-4.13.0

Bump jidicula/clang-format-action from 4.12.0 to 4.13.0
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.5 to 3.25.6.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@b7cec75...9fdb3e4)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@@ -18,7 +18,7 @@
steps:
- uses: actions/checkout@v4
- name: Run clang-format style check for C/C++ programs.
uses: jidicula/clang-format-action@v4.11.0
uses: jidicula/clang-format-action@v4.13.0

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 0: third-party GitHubAction not pinned by hash
Remediation tip: update your workflow using https://app.stepsecurity.io
Click Remediation section below for further remediation help
Diptorup Deb added 2 commits May 28, 2024 11:30
@diptorupd diptorupd changed the title Update to latest Merge 0.23 into gold/2021 May 28, 2024
Updated Changelog with all changes going into 0.23
@diptorupd diptorupd self-requested a review May 28, 2024 17:23
@diptorupd diptorupd merged commit 715371d into gold/2021 May 28, 2024
88 of 90 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants